Use the cantino/huginn repository for building the docker image

Ian Blenke 9 years ago
parent
commit
0c5baaa5fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/scripts/setup

+ 1 - 1
docker/scripts/setup

@@ -7,7 +7,7 @@ set -e
7 7
 ON_HEROKU=${ON_HEROKU:-true}
8 8
 
9 9
 # Shallow clone the huginn project repo
10
-git clone --depth 1 https://github.com/ianblenke/huginn /app
10
+git clone --depth 1 https://github.com/cantino/huginn /app
11 11
 
12 12
 cd /app
13 13